home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 331 / gemfut14 / aesutil.mak < prev    next >
Encoding:
Makefile  |  1990-05-27  |  279 b   |  19 lines

  1. CFLAGS = -O
  2.  
  3. OBJ = \
  4. aesutgr1.o aesutob1.o aesutob2.o aesutob3.o aesutob4.o aesutob5.o \
  5. aesutrc1.o aesutrc2.o aesutrc3.o aesutrc4.o aesutrc5.o \
  6. aesutrs1.o aesutrs2.o aesutrs3.o aesutfm1.o
  7.  
  8. aesutall.prg: $(OBJ)
  9. # %e just compile everything then stop.
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.